home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
i·claim - visualizing argument
/
ICLAIM.ISO
/
mac
/
Assignments.swf
/
scripts
/
DefineButton2_422
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2005-02-28
|
191b
|
12 lines
on(release){
if(this._parent.conn == 33)
{
gotoAndStop("email");
}
else
{
loadVariables(this._parent.connURL,this);
gotoAndStop("noemail");
}
}